This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Patti Umjipylitflar 14.Jan.04 10:50 AM a Web browser Applications Development 6.5; 6.0.3 Windows 2000
Hello forum,
I use a LotusScript agent (no java agent!) that calls java code (provided in a java library) via LS2J to fetch some content from an URL. The code works fine and does what it should do, but:
With every run (5 minutes schedule) of the agent on a Domino 6.5 server, the AMGR occupy ca. 2 MB of memory which is never given back. It seems that the "garbage collector" in the server JVM never do what it should do: release the used memory after the agent-run.
After ca. 100 runs of the agent, the following error message appears on the server console:
Agent 'Fetch News Background' error: LS2J Error: Threw java.lang.OutOfMemoryError
The java class itselfs does not use any domino objects, so the hints in the agent FAQ (recycle()) does not realy help.
Has anyone else this problem and a maybe a solution?